Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
기존에 Excel Sheet에 데이터 적재해서 사용하고 있어서 제가 크게 건들인건 없었고, 후기 수집된걸 넣는 과정이 수동이더군요;
일단 3기 회원들 후기 수집된거 업데이트 완료했습니다.
그런데, sorting 함수가 좀 잘못된거 수정해서 PR 올렸어요. 밑에 Vercel Preview로 확인해주세요
홈페이지 관련된 정적데이터들은 빌드타임때, 엑셀에서 가져와 정제되어
.json으로 생성이 되고 있어요."build": "yarn run script && next build",사진을 추가하니까, Vercel Free Tier에서 이미지 최적화 허용량 초과가되어서 아래와 같은 현상이 발생해서,
next.config.js에서 이미지 최적화 옵션 잠시 꺼두겠습니다.